バージョン

Append(Matrix[]) メソッド

Matrix インスタンスのシリーズを一緒に追加します。
シンタックス
'宣言
 
Public Overloads Shared Function Append( _
   ByVal ParamArray x() As Matrix _
) As Matrix
public static Matrix Append( 
   params Matrix[] x
)

パラメータ

x
最後の同一のものを除くすべての次元の Matrix の配列。

戻り値の型

Matrix。
例外
例外解説
System.ArgumentException Matrix が整列されない場合に発生します。
参照